home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / lingua / newkwd.dfm / newkwd.txt
Text File  |  1995-12-22  |  2KB  |  119 lines

  1. object fmNewKeyword: TfmNewKeyword
  2.   Left = 264
  3.   Top = 253
  4.   ActiveControl = EdTranslation
  5.   BorderStyle = bsDialog
  6.   Caption = '##NewWord'
  7.   ClientHeight = 167
  8.   ClientWidth = 461
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 449
  20.     Height = 105
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 16
  26.     Top = 48
  27.     Width = 69
  28.     Height = 13
  29.     Caption = '##&Keyword:'
  30.     FocusControl = EdKeyword
  31.   end
  32.   object Label2: TLabel
  33.     Left = 16
  34.     Top = 80
  35.     Width = 84
  36.     Height = 13
  37.     Caption = '##&Translation:'
  38.     FocusControl = EdTranslation
  39.   end
  40.   object Label3: TLabel
  41.     Left = 16
  42.     Top = 16
  43.     Width = 77
  44.     Height = 13
  45.     Caption = '##&Language:'
  46.     FocusControl = EdLanguage
  47.   end
  48.   object OKBtn: TBitBtn
  49.     Left = 88
  50.     Top = 124
  51.     Width = 77
  52.     Height = 27
  53.     Caption = '##&OK'
  54.     TabOrder = 0
  55.     OnClick = OKBtnClick
  56.     Kind = bkOK
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object CancelBtn: TBitBtn
  62.     Left = 172
  63.     Top = 124
  64.     Width = 77
  65.     Height = 27
  66.     Caption = '##&Cancel'
  67.     TabOrder = 1
  68.     Kind = bkCancel
  69.     Margin = 2
  70.     Spacing = -1
  71.     IsControl = True
  72.   end
  73.   object HelpBtn: TBitBtn
  74.     Left = 256
  75.     Top = 124
  76.     Width = 77
  77.     Height = 27
  78.     Caption = '##&Help'
  79.     TabOrder = 2
  80.     Kind = bkHelp
  81.     Margin = 2
  82.     Spacing = -1
  83.     IsControl = True
  84.   end
  85.   object EdKeyword: TEdit
  86.     Left = 112
  87.     Top = 48
  88.     Width = 337
  89.     Height = 20
  90.     Enabled = False
  91.     Font.Color = clNavy
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.     TabOrder = 3
  97.   end
  98.   object EdTranslation: TEdit
  99.     Left = 112
  100.     Top = 80
  101.     Width = 337
  102.     Height = 20
  103.     TabOrder = 4
  104.   end
  105.   object EdLanguage: TEdit
  106.     Left = 112
  107.     Top = 16
  108.     Width = 337
  109.     Height = 20
  110.     Enabled = False
  111.     Font.Color = clNavy
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.     ParentFont = False
  116.     TabOrder = 5
  117.   end
  118. end
  119.